home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2005 November / WNnov2005.iso / Windows / Utilitaires / Beyond Compare / beycmpfr.exe / {app} / BC2.exe / 0 / RCDATA / TTOOLBARCONFIGDLG / TTOOLBARCONFIGDLG.txt < prev   
Text File  |  2005-06-02  |  3KB  |  134 lines

  1. object ToolbarConfigDlg: TToolbarConfigDlg
  2.   Left = 338
  3.   Top = 244
  4.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Param'#233'trer les barres d'#39'outils'
  7.   ClientHeight = 341
  8.   ClientWidth = 457
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poOwnerFormCenter
  17.   ShowHint = True
  18.   OnClose = FormClose
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Label3: TLabel
  23.     Left = 16
  24.     Top = 16
  25.     Width = 72
  26.     Height = 13
  27.     Caption = 'S'#233'lectionner la &barre d'#39'outils :'
  28.     FocusControl = ToolbarList
  29.   end
  30.   object Image1: TImage
  31.     Left = 8
  32.     Top = 304
  33.     Width = 92
  34.     Height = 18
  35.     AutoSize = True
  36.     Picture.Data = {<image000.bmp>}
  37.     Visible = False
  38.   end
  39.   object OKBtn: TButton
  40.     Left = 216
  41.     Top = 312
  42.     Width = 73
  43.     Height = 23
  44.     Caption = 'OK'
  45.     Default = True
  46.     ModalResult = 1
  47.     TabOrder = 3
  48.     OnClick = OKBtnClick
  49.   end
  50.   object CancelBtn: TButton
  51.     Left = 296
  52.     Top = 312
  53.     Width = 73
  54.     Height = 23
  55.     Cancel = True
  56.     Caption = 'Annuler'
  57.     ModalResult = 2
  58.     TabOrder = 4
  59.   end
  60.   object ToolbarList: TListBox
  61.     Left = 16
  62.     Top = 32
  63.     Width = 137
  64.     Height = 97
  65.     HelpContext = 15001
  66.     ItemHeight = 13
  67.     TabOrder = 0
  68.     OnClick = ToolbarListClick
  69.   end
  70.   object ApplyBtn: TButton
  71.     Left = 376
  72.     Top = 312
  73.     Width = 73
  74.     Height = 23
  75.     HelpContext = 3
  76.     Caption = '&Appliquer'
  77.     TabOrder = 5
  78.     OnClick = ApplyBtnClick
  79.   end
  80.   object GroupBox1: TGroupBox
  81.     Left = 168
  82.     Top = 16
  83.     Width = 281
  84.     Height = 281
  85.     Caption = 'Configurer les boutons visibles'
  86.     TabOrder = 2
  87.     object ButtonList: TCheckListBox
  88.       Left = 16
  89.       Top = 16
  90.       Width = 249
  91.       Height = 217
  92.       HelpContext = 15002
  93.       OnClickCheck = ButtonListClickCheck
  94.       ItemHeight = 24
  95.       Style = lbOwnerDrawFixed
  96.       TabOrder = 0
  97.       OnDrawItem = ButtonListDrawItem
  98.     end
  99.     object BigButtonsEdit: TBCCheckBox
  100.       Left = 16
  101.       Top = 240
  102.       Width = 163
  103.       Height = 17
  104.       HelpContext = 15003
  105.       Caption = 'Grands boutons avec texte'
  106.       TabOrder = 1
  107.       OnClick = BigButtonsEditClick
  108.     end
  109.     object ClassicIcons: TBCCheckBox
  110.       Left = 16
  111.       Top = 258
  112.       Width = 138
  113.       Height = 17
  114.       HelpContext = 15004
  115.       Caption = 'Ic'#244'nes de filtre de style "Classique"'
  116.       TabOrder = 2
  117.       OnClick = ClassicIconsClick
  118.     end
  119.   end
  120.   object LockPosition: TRadioGroup
  121.     Left = 16
  122.     Top = 152
  123.     Width = 137
  124.     Height = 57
  125.     HelpContext = 15010
  126.     Caption = 'Position de la barre d'#39'outils'
  127.     Items.Strings = (
  128.       'D'#233'pla'#231'able'
  129.       'Verrouill'#233'e')
  130.     TabOrder = 1
  131.     OnClick = LockPositionClick
  132.   end
  133. end
  134.